DotNetEx Sourcecode Document  0.0.0.0
 全て クラス ネームスペース 関数 変数 列挙型 列挙型の値 プロパティ イベント グループ ページ
クラス DotNetEx.Extention

DotNetEx名前空間で使用する、各種の静的な拡張メソッド。 [詳細]

Static Public メソッド

static System.Object BinaryFormatClone (this System.Object src)
 オブジェクトをBinaryFormatter経由でディープクローンします。 [詳細]
 
static
CustomControls.TagHandler
< ValueType > 
ToTagHandlerAs< ValueType > (this System.Windows.Forms.Control ctrl)
 コントロールをCustomControls.TagHandler<>として振舞わせます。
 

説明

DotNetEx名前空間で使用する、各種の静的な拡張メソッド。

メソッド

static System.Object DotNetEx.Extention.BinaryFormatClone ( this System.Object  src)
static

オブジェクトをBinaryFormatter経由でディープクローンします。

注意
クローニングする時、型にはSerializable属性が必要です。ない場合は実行時エラーを生じます。

このクラスの説明は次のファイルから生成されました: